home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / vca / _setup.1 / Virus Checking Assistant.exe / 0 / RCDATA / TFRMMCAFEE / TFRMMCAFEE.txt
Text File  |  1996-07-05  |  4KB  |  162 lines

  1. object frmMcAfee: TfrmMcAfee
  2.   Left = 126
  3.   Top = 118
  4.   Width = 351
  5.   Height = 302
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Setup McAfee Speed Options'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 15
  18.     Top = 15
  19.     Width = 313
  20.     Height = 42
  21.     Caption = 
  22.       'We suggest that  you have all options selected in this Dialog fo' +
  23.       'r maximum performance.  Pause your mouse pointer over each selec' +
  24.       'tion for a brief suggestion.'
  25.     WordWrap = True
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 327
  31.     Height = 49
  32.   end
  33.   object Bevel2: TBevel
  34.     Left = 8
  35.     Top = 61
  36.     Width = 327
  37.     Height = 168
  38.   end
  39.   object ckbxSoundAlert: TCheckBox
  40.     Left = 38
  41.     Top = 68
  42.     Width = 214
  43.     Height = 17
  44.     Hint = 'We suggest this is checked to warn you of any viruses found'
  45.     Caption = 'Sound alert when virus is found?'
  46.     ParentShowHint = False
  47.     ShowHint = True
  48.     State = cbChecked
  49.     TabOrder = 0
  50.   end
  51.   object ckbxCompressed: TCheckBox
  52.     Left = 38
  53.     Top = 91
  54.     Width = 138
  55.     Height = 16
  56.     Hint = 
  57.       'It is suggested to check this in case of ZIP files inside of ZIP' +
  58.       ' files'
  59.     Caption = 'Scan compressed files?'
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     State = cbChecked
  63.     TabOrder = 1
  64.   end
  65.   object ckbxStopOnVirus: TCheckBox
  66.     Left = 38
  67.     Top = 114
  68.     Width = 214
  69.     Height = 16
  70.     Hint = 
  71.       'Suggest this is checked to let you control any virus that may be' +
  72.       ' found'
  73.     Caption = 'Stop and tell you when a virus is found?'
  74.     ParentShowHint = False
  75.     ShowHint = True
  76.     State = cbChecked
  77.     TabOrder = 2
  78.   end
  79.   object ckbxStartFast: TCheckBox
  80.     Left = 38
  81.     Top = 137
  82.     Width = 282
  83.     Height = 16
  84.     Hint = 'Suggest this be checked for fastest performance'
  85.     Caption = 'Start virus checking as soon as VirusScan95 is started?'
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     State = cbChecked
  89.     TabOrder = 3
  90.   end
  91.   object ckbxStopFast: TCheckBox
  92.     Left = 38
  93.     Top = 160
  94.     Width = 267
  95.     Height = 16
  96.     Hint = 'Suggest this be checked for fastest performance'
  97.     Caption = 'Exit VirusScan95 as soon as check is completed?'
  98.     ParentShowHint = False
  99.     ShowHint = True
  100.     State = cbChecked
  101.     TabOrder = 4
  102.   end
  103.   object ckbxSkipSplash: TCheckBox
  104.     Left = 38
  105.     Top = 182
  106.     Width = 168
  107.     Height = 17
  108.     Hint = 'Suggest this be checked for fastest performance'
  109.     Caption = 'Skip the splash screen?'
  110.     ParentShowHint = False
  111.     ShowHint = True
  112.     State = cbChecked
  113.     TabOrder = 5
  114.   end
  115.   object BitBtn1: TBitBtn
  116.     Left = 90
  117.     Top = 243
  118.     Width = 71
  119.     Height = 24
  120.     Hint = 'Click OK to save changes you made'
  121.     ParentShowHint = False
  122.     ShowHint = True
  123.     TabOrder = 6
  124.     OnClick = BitBtn1Click
  125.     Kind = bkOK
  126.   end
  127.   object BitBtn2: TBitBtn
  128.     Left = 181
  129.     Top = 243
  130.     Width = 72
  131.     Height = 24
  132.     Hint = 'Click Cancel to abort any changes'
  133.     ParentShowHint = False
  134.     ShowHint = True
  135.     TabOrder = 7
  136.     Kind = bkCancel
  137.   end
  138.   object ckbxAllFiles: TCheckBox
  139.     Left = 38
  140.     Top = 205
  141.     Width = 92
  142.     Height = 16
  143.     Hint = 'Suggest this checked so not to miss any files with a virus'
  144.     Caption = 'Scan all files?'
  145.     ParentShowHint = False
  146.     ShowHint = True
  147.     State = cbChecked
  148.     TabOrder = 8
  149.   end
  150.   object Scaler1: TScaler
  151.     PixelsPerInch = 96
  152.     Xdevelop = 640
  153.     Ydevelop = 480
  154.     ClientWidth = 343
  155.     ClientHeight = 275
  156.     LimitScale = No
  157.     ScaleRuntime = False
  158.     Left = 288
  159.     Top = 232
  160.   end
  161. end
  162.